home *** CD-ROM | disk | FTP | other *** search
- //
- // Script with car definition
- //
- // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def
- // so it can use keywords declared in Car.def
- //
- Car( "G4G1" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G1")
- SkinMenu("G4G1_MENU")
- SkinGhost("G4G1_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s_pow")
- }
-
- Car( "G4G2" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G2")
- SkinMenu("G4G2_MENU")
- SkinGhost("G4G2_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G3" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G3")
- SkinMenu("G4G3_MENU")
- SkinGhost("G4G3_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G4" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G4")
- SkinMenu("G4G4_MENU")
- SkinGhost("G4G4_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G5" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G5")
- SkinMenu("G4G5_MENU")
- SkinGhost("G4G5_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G6" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G6")
- SkinMenu("G4G6_MENU")
- SkinGhost("G4G6_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G7" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G7")
- SkinMenu("G4G7_MENU")
- SkinGhost("G4G7_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G8" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G8")
- SkinMenu("G4G8_MENU")
- SkinGhost("G4G8_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
- Car( "G4G9" )
- {
-
- !include("model.scr")
-
- SkinNormal("G4G9")
- SkinMenu("G4G9_MENU")
- SkinGhost("G4G9_GHOST")
-
- SetParam("m_sCarSoundSet", "g5s")
- }
-
-
-